Skip to content

chore(deps): Bump github.com/aptible/supercronic from 0.2.42 to 0.2.44#63

Merged
JimBugwadia merged 1 commit intomainfrom
dependabot/go_modules/github.com/aptible/supercronic-0.2.44
Apr 13, 2026
Merged

chore(deps): Bump github.com/aptible/supercronic from 0.2.42 to 0.2.44#63
JimBugwadia merged 1 commit intomainfrom
dependabot/go_modules/github.com/aptible/supercronic-0.2.44

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Bumps github.com/aptible/supercronic from 0.2.42 to 0.2.44.

Release notes

Sourced from github.com/aptible/supercronic's releases.

v0.2.44

What's Changed

Full Changelog: aptible/supercronic@v0.2.43...v0.2.44

Installation Instructions

supercronic-linux-amd64

Add the following stanza to your Dockerfile to install supercronic-linux-amd64.

You will need to install curl beforehand.

# Latest releases available at https://github.com/aptible/supercronic/releases
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-amd64 \
    SUPERCRONIC_SHA1SUM=6eb0a8e1e6673675dc67668c1a9b6409f79c37bc \
    SUPERCRONIC=supercronic-linux-amd64

RUN curl -fsSLO "$SUPERCRONIC_URL"
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c -
&& chmod +x "$SUPERCRONIC"
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}"
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic

supercronic-linux-386

Add the following stanza to your Dockerfile to install supercronic-linux-386.

You will need to install curl beforehand.

# Latest releases available at https://github.com/aptible/supercronic/releases
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.44/supercronic-linux-386 \
    SUPERCRONIC_SHA1SUM=58c094ebdff4c29286a3bb6152d64a5070d9682a \
    SUPERCRONIC=supercronic-linux-386

RUN curl -fsSLO "$SUPERCRONIC_URL"
&& echo "${SUPERCRONIC_SHA1SUM} ${SUPERCRONIC}" | sha1sum -c -
&& chmod +x "$SUPERCRONIC"
&& mv "$SUPERCRONIC" "/usr/local/bin/${SUPERCRONIC}"
&& ln -s "/usr/local/bin/${SUPERCRONIC}" /usr/local/bin/supercronic

supercronic-linux-arm

Add the following stanza to your Dockerfile to install supercronic-linux-arm.

You will need to install curl beforehand.

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 13, 2026
@JimBugwadia
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [github.com/aptible/supercronic](https://github.com/aptible/supercronic) from 0.2.42 to 0.2.44.
- [Release notes](https://github.com/aptible/supercronic/releases)
- [Commits](aptible/supercronic@v0.2.42...v0.2.44)

---
updated-dependencies:
- dependency-name: github.com/aptible/supercronic
  dependency-version: 0.2.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/aptible/supercronic-0.2.44 branch from 54af38c to ffc7874 Compare April 13, 2026 16:32
@JimBugwadia JimBugwadia merged commit c0d162d into main Apr 13, 2026
11 of 12 checks passed
@JimBugwadia JimBugwadia deleted the dependabot/go_modules/github.com/aptible/supercronic-0.2.44 branch April 13, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant